home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / gfx / fract / DMandel.lha / Deluxe Mandelbrot / DMandel.readme next >
Text File  |  1997-08-03  |  5KB  |  153 lines

  1. Short:    Mandelbrot&Julia generator w. ARexx
  2. Uploader: thor@einstein.math.tu-berlin.de (Thomas Richter)
  3. Author:   thor@einstein.math.tu-berlin.de (Thomas Richter)
  4. Type:     gfx/fract
  5.  
  6. _____________________________________________________________________________
  7.  
  8. Changes made since 1.14:
  9.  
  10.     Just the fix of few typos
  11.  
  12. _____________________________________________________________________________
  13.  
  14.  
  15.  
  16. Yes, I know that there are more than enough mandelbrot fractal generators
  17. in the net, really... If you want some reasons why to use this program, here
  18. we go:
  19.  
  20. - Three algorithms for Mandelbrot sets, six for Julia sets.
  21. - Six different math implementations (IEEE single/double,FFP,
  22.   fast-integers for '000 and '020 and FPU) for optimal speed,
  23.   written in hand-tooled assembly language.
  24. - Highest speed, optimized for big magnifications.
  25. - ARexx support (Sample Mandelbrot movie generator script for
  26.   movie generation together with DPaint V included.)
  27. - Monitor ID support, but untested on GfxBoards.
  28. - Supports EHB for 64 colors on ECS machines.
  29. - Last but not least: It's free.
  30.  
  31. At least, the program is free. The guide isn't... 
  32.  
  33. The guide is not yet existing, I will start typing it as soon as somebody is
  34. interested and wants to pay money for it. Write an email to this address:
  35.  
  36. thor@math.tu-berlin.de
  37.  
  38. The suggested price for the manual will be between $10 and $20.
  39.  
  40.  
  41. A sample set of EHB pictures generated by DMandel is available, see
  42. DMandelPics.lha at pix/fract.
  43.  
  44. ____________________________________________________________________________
  45.  
  46. Installation:
  47.  
  48.     -Unpack this archive whereever you want.
  49.  
  50.     -If you're still working with the original CBM mathieeedoubbas
  51.     library, a patch is needed since this library is broken.
  52.     (The compare-function is broken for negative numbers of
  53.      small absolute value).
  54.  
  55.     The patch is included in the "MathIEEEPatch" drawer, installation
  56.     works like this:
  57.  
  58. 1)      Copy the file LIBS:mathieeedoubbas.library to RAM:
  59. 2)      Copy the file mathieeedoubbas.pch, which comes with this archive,
  60.         to RAM:
  61. 3)      Copy the program spatch, which is also included in this archive,
  62.         to ram:
  63. 4)      Change the directory to ram: with
  64.         cd ram:
  65. 5)      Apply the patch with
  66.         spatch mathieeedoubbas.library
  67. 6)      Copy back the file RAM:mathieeedoubbas.new to
  68.         LIBS:mathieeedoubbas.library. It contains the fixed library.
  69.  
  70. If any problems arise, make sure you use the original (CBM) version
  71. of the library!
  72.  
  73.     
  74. How to install the main program:
  75.  
  76.  
  77.     -Start DMandel by double clicking its icon.
  78.  
  79.     -Read the startup window. Close it by clicking on "O.K."
  80.  
  81.     -Select the menu point "Arexx Command" of the project menu.
  82.  
  83.     -Select the script "CreateStartup.rexx"
  84.  
  85.     -Follow the instructions.
  86.  
  87.  
  88. Greetings,
  89.     Thomas
  90. ____________________________________________________________________________
  91.  
  92.                         The THOR-Software Licence
  93.  
  94.  
  95. This License applies to the computer programs known as "Deluxe Mandelbrot".
  96. The "Program", below, refers to such program.
  97.  
  98.  
  99. The programs and files in this distribution are freely distributable
  100. under the restrictions stated below, but are also Copyright (c)
  101. Thomas Richter.
  102.  
  103.  
  104. Distribution of the Program by a commercial organization without written
  105. permission from the author to any third party is prohibited if any payment
  106. is made in connection with such distribution, whether directly
  107. (as in payment for a copy of the Program) or indirectly (as in payment
  108. for some service related to the Program, or payment for some product
  109. or service that includes a copy of the Program "without charge";
  110. these are only examples, and not an exhaustive enumeration of prohibited
  111. activities). However, the following methods of distribution involving
  112. payment shall not in and of themselves be a violation of this restriction:
  113.  
  114.  
  115. (i) Posting the Program on a public access information storage and
  116. retrieval service for which a fee is received for retrieving information
  117. (such as an on-line service), provided that the fee is not
  118. content-dependent (i.e., the fee would be the same for retrieving the same
  119. volume of information consisting of random data).
  120.  
  121.  
  122.  
  123. (ii) Distributing the Program on a CD-ROM, provided that the files
  124. containing the Program are reproduced entirely and verbatim on such
  125. CD-ROM, and provided further that all information on such CD-ROM be
  126. redistributable for non-commercial purposes without charge.
  127.  
  128.  
  129.  
  130. Everything in this distribution must be kept together, in original
  131. and unmodified form.
  132.  
  133.  
  134.  
  135.  
  136. Limitations.
  137.  
  138. THE PROGRAM IS PROVIDED TO YOU "AS IS," WITHOUT WARRANTY. THERE IS NO
  139. WARRANTY FOR THE PROGRAM, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
  140. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  141. PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. THE ENTIRE
  142. RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD
  143. THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY
  144. SERVICING, REPAIR OR CORRECTION.
  145.  
  146.  
  147.  
  148. IF YOU DO NOT ACCEPT THIS LICENCE, YOU MUST DELETE ALL FILES CONTAINED IN
  149. THIS ARCHIVE.
  150. _____________________________________________________________________________
  151.  
  152. Thomas,
  153.     August 1997